home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / FindRush.rush < prev    next >
Text File  |  1996-09-26  |  276b  |  19 lines

  1. /*
  2. ** $VER: FindRush.rush 37.1 (15.9.93)
  3. **
  4. **
  5. **
  6. ** Written by Douglas Keller
  7. */
  8. options results
  9.  
  10. if ~show(ports, 'RUSH.1') then do
  11.     address command 'run >nil: <nil: z:rush/rush'
  12.     end
  13. else do
  14.     address 'RUSH.1'
  15.     'IsIconify'
  16.     if result == 1 then 'UnIconify'
  17.     'RushToFront'
  18. end
  19.